Autogenerated HTML docs for v1.8.4-rc0-24-g8dc84 
diff --git a/git-config.html b/git-config.html index 94b7a69..8672629 100644 --- a/git-config.html +++ b/git-config.html 
@@ -891,12 +891,13 @@  </dt>   <dd>   <p>  - For writing options: write to global <sub>/.gitconfig file rather than  - the repository .git/config, write to $XDG_CONFIG_HOME/git/config file  - if this file exists and the </sub>/.gitconfig file doesn&#8217;t.  + For writing options: write to global <code>~/.gitconfig</code> file  + rather than the repository <code>.git/config</code>, write to  + <code>$XDG_CONFIG_HOME/git/config</code> file if this file exists and the  + <code>~/.gitconfig</code> file doesn&#8217;t.   </p>  -<div class="paragraph"><p>For reading options: read only from global ~/.gitconfig and from  -$XDG_CONFIG_HOME/git/config rather than from all available files.</p></div>  +<div class="paragraph"><p>For reading options: read only from global <code>~/.gitconfig</code> and from  +<code>$XDG_CONFIG_HOME/git/config</code> rather than from all available files.</p></div>   <div class="paragraph"><p>See also <a href="#FILES">[FILES]</a>.</p></div>   </dd>   <dt class="hdlist1">  @@ -904,10 +905,11 @@  </dt>   <dd>   <p>  - For writing options: write to system-wide $(prefix)/etc/gitconfig  - rather than the repository .git/config.  + For writing options: write to system-wide  + <code>$(prefix)/etc/gitconfig</code> rather than the repository  + <code>.git/config</code>.   </p>  -<div class="paragraph"><p>For reading options: read only from system-wide $(prefix)/etc/gitconfig  +<div class="paragraph"><p>For reading options: read only from system-wide <code>$(prefix)/etc/gitconfig</code>   rather than from all available files.</p></div>   <div class="paragraph"><p>See also <a href="#FILES">[FILES]</a>.</p></div>   </dd>  @@ -916,10 +918,10 @@  </dt>   <dd>   <p>  - For writing options: write to the repository .git/config file.  + For writing options: write to the repository <code>.git/config</code> file.   This is the default behavior.   </p>  -<div class="paragraph"><p>For reading options: read only from the repository .git/config rather than  +<div class="paragraph"><p>For reading options: read only from the repository <code>.git/config</code> rather than   from all available files.</p></div>   <div class="paragraph"><p>See also <a href="#FILES">[FILES]</a>.</p></div>   </dd>  @@ -1115,9 +1117,9 @@  <dd>   <p>   Second user-specific configuration file. If $XDG_CONFIG_HOME is not set  - or empty, $HOME/.config/git/config will be used. Any single-valued  + or empty, <code>$HOME/.config/git/config</code> will be used. Any single-valued   variable set in this file will be overwritten by whatever is in  - ~/.gitconfig. It is a good idea not to create this file if  + <code>~/.gitconfig</code>. It is a good idea not to create this file if   you sometimes use older versions of Git, as support for this   file was added fairly recently.   </p>  @@ -5889,7 +5891,7 @@  <div id="footnotes"><hr /></div>   <div id="footer">   <div id="footer-text">  -Last updated 2013-07-22 12:19:08 PDT  +Last updated 2013-07-31 16:10:44 PDT   </div>   </div>   </body>